docs: Convert SVN references to git
authorMartin Nordholts <martinn@src.gnome.org>
Wed, 20 May 2009 17:30:18 +0000 (19:30 +0200)
committerMartin Nordholts <martinn@src.gnome.org>
Wed, 20 May 2009 20:35:38 +0000 (22:35 +0200)
ChangeLog
docs/index-static.html.in

index 76a3f420b487381b4bb8af7efdb584f1a25255fe..ee922a0c5f9641e886941c11f31484dbb598ccd8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-20  Martin Nordholts  <martinn@src.gnome.org>
+
+       * docs/index-static.html.in: Convert SVN references to git
+
 2009-05-19  Martin Nordholts  <martinn@src.gnome.org>
 
        Update for 0.1.0 release.
index 3d8b888a125a71dba5375446f64dc7637f15443e..75b4bdb40e577d9f388f0cea32b91b19687bc621 100644 (file)
     <a href='ftp://ftp.gtk.org/pub/babl/'>ftp://ftp.gtk.org/pub/babl/</a>.
     </p>
 
-    <p>Babl development happens in GNOME Subversion in the <tt>babl</tt> module.
-    It can be <a href='http://svn.gnome.org/viewvc/babl/trunk/'>browsed online</a> and checked out with:
+    <p>Babl uses git. The main repository is hosted by GNOME.
+    It can be <a href='http://git.gnome.org/cgit/babl'>browsed online</a> and cloned with:
     </p>
-    <pre>svn co http://svn.gnome.org/svn/babl/trunk/ babl</pre>
+    <pre>git clone git://git.gnome.org/babl</pre>
 
     <p>The following is a list of the major changes that have gone into
     each babl release. If there are significant improvements to babl when
     to the GEGL release.</p>
 
     <!--NEWS-->
-    For more news see the current <a href='http://svn.gnome.org/viewvc/babl/trunk/ChangeLog?view=markup'>ChangeLog</a> in subversion.
+    For more news see git log.
 
     <a name='Documentation'></a>
     <h2>Documentation</h2>
@@ -324,7 +324,7 @@ lab_buffer  = malloc (pixel_count * 3 * 4);
     <h2>Extending</h2>
     
     <p>For samples of how the current internal API specification of
-    data types, color models, and conversions look in the <tt><a href='http://svn.gnome.org/viewcvs/babl/trunk/extensions/'>extensions/</a></tt>
+    data types, color models, and conversions look in the <tt><a href='http://git.gnome.org/cgit/babl/tree/extensions'>extensions/</a></tt>
     directory. The tables in this HTML file is directly generated
     based on the data registered by BablCore (double and RGBA), BablBase
     (core datatypes, and RGB models), extensions (CIE Lab, naive CMYK,